Learn R Programming

DataSetsUni (version 0.1)

Survival Time of Animals: The data represents the survival time of animals

Description

The function allows to provide the survival time of animals observed due to different dosage of poison administered.

Usage

data_animals

Value

data_animals gives the survival time of animals.

Arguments

data_animals

A vector of (non-negative integer) values.

Author

Muhammad Imran.

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data represents the survival time of animals observed due to different dosage of poison administered. Recently, it is used by Kayal et al. (2017) and fitted the Burr XII distribution.

References

Kayal, T., Tripathi, Y. M., Rastogi, M. K., & Asgharzadeh, A. (2017). Inference for Burr XII distribution under Type I progressive hybrid censoring. Communications in Statistics-Simulation and Computation, 46(9), 7447-7465.

See Also

data_relieftime, data_Bcancer, data_bloodcancer

Examples

Run this code
x<-data_animals
summary(x)

Run the code above in your browser using DataLab